home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / TS_SE02C.ZIP / WHATSNEW < prev   
Encoding:
Text File  |  1996-03-20  |  6.9 KB  |  178 lines

  1. WHATS NEW IN TELESHOPPE SE!
  2.  
  3. 03-20-96  Tshop SE 02c
  4.  
  5.     - Recompiled under new C++ compiler to take care of a few
  6.       date bugs
  7.  
  8.     - Updated 2tshop to handle the newest Merisel Database
  9.  
  10.     - Optimized viewing online code
  11.     
  12. 02-04-96  Tshop SE 02b
  13.  
  14.     - Added ability for users to enter the stock number of the item 
  15.       if desired. This allows TeleShoppe to be used as a catalog ordering
  16.       system. If you put out a catalog with stock numbers, you can have
  17.       users enter the stock number to find the item they desire.
  18.  
  19.     - Added Tax Exemption service for Retailers, Wholesalers. Under the
  20.       financial options of TCONFIG you can now select to allow users the
  21.       option of inputing thier TAX EXEMPT ID. A new macro @TAXEXEMPTNO@
  22.       can be used in the invoice.txt and receipt.txt template files. This
  23.       tax id number can be confirmed via your local tax offices.
  24.  
  25.     - Fixed a problem where if a user selected 'S' instead of '4' to show
  26.       a quote and then pressed 'C' to cancel it would still show the quote.
  27.       
  28.     - Included the updated 2tshop that handles the latest merisel database.
  29.     
  30. 12-26-95  Tshop SE 02a
  31.  
  32.     - Added fixed handling charges. This enables you to charge a standard
  33.       rate for items such as COD etc., while still having other payment
  34.       methods calculate each item.
  35.  
  36.     - Added fixed shipping charges. This enables you to only charge a
  37.       Base Rate instead of having the shipping calculated. 
  38.       
  39.     - Fixed bug that would sometimes allow the tax field to "blow up" the
  40.       price by several million dollars.  
  41.       
  42.      - Corrected input and export of text files, Forgot to add the quantity
  43.        and taxable items that were entered into the database.
  44.  
  45.     - Corrected database size function to include taxable field correctly. 
  46.       (This had no effect on the outcome but cleaned up the code)
  47.  
  48.     - Corrected problem where shipping methods would get distorted after
  49.       a user would change shipping several times.
  50.       
  51. 12-18-95
  52.  
  53.    Added information collection for type payment, shipping, and state
  54.    information so Quotes are as accurate as possible.
  55.  
  56.    Added new checking options so SYSOPS may now use check services from
  57.    companies such as HOME OFFICE CHECKS ONLINE or Chekfast.
  58.  
  59.    *** CHECK OUT the CKONLINE.TXT file for further information on 
  60.        checking services available!
  61.  
  62.    Under Checking options you can now either select the ATS service or
  63.    other checking service. The following @ codes are also now provided:
  64.  
  65.          @BANKNAME@      Name of users bank
  66.          @BANKSTREET@    Street address of users bank
  67.          @BANKCITY@      City of users bank
  68.             @BANKSTATE@     State of users bank
  69.             @BANKZIP@       Zipcode of users  bank
  70.             @BANKPHONE@     Business phone number of users bank
  71.             @UPPERABA@      Fractional number on top right of check Part1
  72.             @LOWERABA@      Fractional number on top right of check Part2
  73.  
  74.    Corrections:
  75.  
  76.         Corrected handling percentages that was not being applied to checks
  77.         if it was selected in Tconfig.
  78.  
  79. 11-01-95
  80.  
  81.    Corrections in TeleShoppe SE 01b
  82.    
  83.     - Shipping would show up even if the space was empty allowing a user
  84.      to select a blank item. Fixed.
  85.  
  86.    - State tax was mistakenly using the handling charge to figure out the
  87.      tax amount. Fixed.
  88.  
  89.    - Changed the way PST is calculated, PST is now calculated by:
  90.  
  91.      GST (If applicable) + Item Total * PST percentage = PST Total
  92.  
  93. 09-10-95
  94.  
  95.    New Items in TeleShoppe SE 01a
  96.  
  97.    Added the final verification screen back in after a purchase. Inadvertently
  98.    left it out in SE 01.
  99.  
  100.    Added quantities to the database. Teleshoppe will automatically track these
  101.    for you. If you have unlimited quantities a "U" must be placed in the
  102.    field. If your quantities run down to zero on a particular item, That item
  103.    will no longer be shown to your customers.
  104.  
  105.    Added "State Taxable" to the items database. If the item is taxable to all
  106.    state residents then a "Y" must be placed in this field, If it is blank or
  107.    has a "N" there will be no state tax charged for that particular item.
  108.  
  109.    Changed the name of a quote that is downloaded it QTE_<node number>.TXT 
  110.    instead of leaving it as invoice.
  111.  
  112.    ----------
  113.    Items corrected in TeleShoppe SE 01a
  114.  
  115.    Corrected problem if a user selected an item but entered a quantity of
  116.    zero - that item would still be marked.
  117.  
  118.    If an item is selected the user is left at the current screen so that
  119.    items from the same page may be examined/selected.
  120.  
  121.    Corrected problem if you were using the Category Screens and downloaded
  122.    a picture file you would be returned to the category screen. You are
  123.    instead sent back to where you were.
  124.  
  125.    Corrected problem where if you selected a category (Say 60) and left back
  126.    to the main menu, upon returning your category would start at number 60
  127.    instead of the beginning of the list.
  128.    
  129.  
  130. 08-27-95
  131.  
  132.    TeleShoppe has been TOTALLY rewritten to only contain our code. Prior
  133.    releases of TeleShoppe used third party libraries that took a lot of
  134.    memory to load. 
  135.  
  136.     The Instructions file (TSHOP.INS) was changed so that you may now 
  137.    customize it with color @ codes.
  138.  
  139.    Memory requirements were lowered by allocating only the memory needed
  140.    by the amount of categories your system contains. Prior releases had
  141.    a set number of categories that could be shown. Version SE removes this
  142.    requirement.
  143.  
  144.    TConfig has been rewritten to allow the insertion of information for 
  145.    CHECKS and other items. All Database routines have been optimized for
  146.    speed.   
  147.     
  148.    Added Online CHECK support for your own or Automated Transaction Services
  149.    check service. See the README.ATS for full details on setting up an
  150.    electronic check charge account.
  151.  
  152.    Added a new program TELESEND! that will automatically send and archive
  153.    your online checks if your using the ATS service. 
  154.  
  155.    Updated 2TSHOP (Version 1.7) to work with the new database format of
  156.    TeleShoppe SE 01.
  157.  
  158.    Added PST support (Canadian, Foriegn) - This tax if set to yes will 
  159.    act like a state tax in that if the state/province code matches, PST
  160.    will be charged to all items.
  161.  
  162.    Added a feature for systems that have over 45 categories to remember
  163.    where it came from, so that if a customer views category number 145
  164.    it will start the list back at that point. The user also has the 
  165.    option of selecting a command B) to return to the B)eginning of the
  166.    listing.
  167.  
  168.    Removed requirement for the @TOTAL@ to be at the very end of your receipt.
  169.    You can now put any @ code in your receipt and invoice.txt files in any
  170.    order.
  171.          
  172.    Added StockNum to INVOICE data in the write_invoice fields
  173.    (The stocknumber will be written to the sysops invoice only, after
  174.    each line item has been printed)
  175.      
  176.    Added a new custom written install program for TeleShoppe.
  177.  
  178.    And MUCH MUCH MORE!